Int16NINumericInt16NBitwiseComplement Method

Produces a bitwise complement of the current value by reversing each bit.

Definition

Namespace: Jodosoft.Numerics
Assembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
Int16N INumeric<Int16N>.BitwiseComplement()

Return Value

Int16N
A bitwise complement of the current value.

Implements

INumericTSelfBitwiseComplement

See Also